From: Gerd Moellmann Date: Thu, 19 Apr 2001 13:00:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40637 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ce3be6809e2df52a3efa55289ec7ee796f5cac12;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index bf411ea416f..16ed4171305 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-04-19 Gerd Moellmann + * keyboard.c (delete_kboard): Prevent a dangling reference + from current_kboard to KB, which is freed. + * process.c (wait_reading_process_input): Call record_asynch_buffer_change after running timers, to make read_key_sequence aware of buffer changes from under it.